home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / Time_GetTime.man < prev    next >
Encoding:
Text File  |  1991-05-31  |  977 b   |  69 lines

  1.  
  2.  
  3.  
  4. Time                  C Library Procedures                   Time
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      Time_GetTime - Get the current time of day.
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ##iinncclluuddee <<sspprriitteeTTiimmee..hh>>
  15.  
  16.      void
  17.      TTiimmee__GGeettTTiimmee(_n_o_w_P_t_r)
  18.  
  19. AARRGGUUMMEENNTTSS
  20.      Time   *_n_o_w_P_t_r   (out)     The current time of day.
  21.  
  22. _________________________________________________________________
  23.  
  24.  
  25. DDEESSCCRRIIPPTTIIOONN
  26.      TTiimmee__GGeettTTiimmee is like the UNIX  ggeettttiimmeeooffddaayy,  except  it  is
  27.      defined  using the Sprite type TTiimmee.  It returns the current
  28.      time in seconds and microseconds  since  the  start  of  the
  29.      epoch.
  30.  
  31.  
  32. KKEEYYWWOORRDDSS
  33.      time
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  May 31, 1991                     1
  66.  
  67.  
  68.  
  69.